From: Florian Fainelli Date: Wed, 19 Sep 2012 15:09:21 +0000 (+0000) Subject: libavahi must depend on libssp if SSP enabled X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f2d1a4256a87f2e66d8457c03d716f1c84957f13;p=openwrt%2Fsvn-archive%2Fpackages.git libavahi must depend on libssp if SSP enabled Signed-off-by: Alexey I. Froloff SVN-Revision: 33466 --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index b906d0aa6..e0be8f9b7 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -16,7 +16,7 @@ endif PKG_NAME:=avahi PKG_VERSION:=0.6.31 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -58,7 +58,7 @@ define Package/libavahi $(call Package/avahi/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libdaemon +libpthread +libgdbm + DEPENDS:=+libdaemon +libpthread +libgdbm +SSP_SUPPORT:libssp TITLE+= (library) endef